projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3694104
)
emoji chooser: No emoji in the search entry
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 2 Sep 2017 12:45:51 +0000
(08:45 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 2 Sep 2017 12:47:17 +0000
(08:47 -0400)
Recursion is fun, but better avoided in the ui.
https://bugzilla.gnome.org/show_bug.cgi?id=786960
gtk/ui/gtkemojichooser.ui
patch
|
blob
|
history
diff --git
a/gtk/ui/gtkemojichooser.ui
b/gtk/ui/gtkemojichooser.ui
index cbf851b825a37578e78c08745841f02c3afedc83..8533fe007e81a27086e8d7d0d40d1585132e074d 100644
(file)
--- a/
gtk/ui/gtkemojichooser.ui
+++ b/
gtk/ui/gtkemojichooser.ui
@@
-10,6
+10,7
@@
<property name="orientation">vertical</property>
<child>
<object class="GtkSearchEntry" id="search_entry">
+ <property name="input-hints">no-emoji</property>
<signal name="search-changed" handler="search_changed"/>
</object>
</child>